CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 ;MATLAB

搜索资源列表

  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:36402
    • 提供者:梅丽
  1. xiaoshengjing

    0下载:
  2. 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:31201
    • 提供者:崔暁魏
  1. PPD

    3下载:
  2. 通用的遗传算法,可实现以下问题:(a)设计出n种不同尺寸货品的排放方法,使得集装箱的空间利用率最高;(b)给出一批货物所需的最少集装箱数量。请给出在附件一对应具体问题下的最优排放及空间利用率。 -General genetic algorithm, can achieve the following questions: (a) design of size n different methods of emission goods, allowing maximum utilization
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-19
    • 文件大小:22528
    • 提供者:zhenzhi
  1. nsga_2

    0下载:
  2. 基于非支配排序遗传算法处理多目标优化的matlab例程(A matlab routine for multiobjective optimization based on nondominated sorting genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:木一up
  1. 遗传算法优化神经网络matlab源码

    1下载:
  2. 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:118784
    • 提供者:xihananhai
  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. matlab程序

    0下载:
  2. 通过遗传算法实现宽带天线的匹配网络优化,提高整个频带内的传输效率、(The genetic algorithm is used to optimize the matching network of broadband antenna and improve the transmission efficiency in the whole frequency band,)
  3. 所属分类:其他

  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:CAUCHY-G
  1. 遗传算法

    0下载:
  2. 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:行者W
  1. VRPTW修改

    7下载:
  2. 车辆路径规划;遗传算法;matlab代码(Vehicle routing problem based on optimum maturation time method)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:45056
    • 提供者:浅笑2587
  1. GATest_src

    0下载:
  2. 用遗传算法求解函数最大值的matlab程序(Solving the maximum function of function by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:107520
    • 提供者:曼巴精神
  1. 遗传算法改进的神经网络程序

    0下载:
  2. 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:51200
    • 提供者:leesinger
  1. 遗传算法

    0下载:
  2. 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:amnesia666
  1. 《Matlab遗传算法工具箱及应用》源码

    0下载:
  2. 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1435648
    • 提供者:东来东往CT
  1. pso GA PID参数整定

    3下载:
  2. 该程序为微粒群算法与遗传算法求解pid参数整定MATLAB程序,优化结果包含参数输出与参数曲线变化图。(The program solves the PID parameter tuning MATLAB program for particle swarm optimization and genetic algorithm, and the optimization results include parameter output and parameter curve change dia
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:渔舟煮酒
  1. 遗传算法工具箱

    0下载:
  2. MATLAB的一个工具箱,关于遗传算法的,有需要的下载。(MATLAB is a toolbox for genetic algorithm, which needs downloading.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:670720
    • 提供者:笑笑2015
  1. 5种多旅行商问题(MTSP)的遗传算法

    1下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:26624
    • 提供者:syyyyyyy
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 12 3 »
搜珍网 www.dssz.com